From 3586af8f65c5a175f251121a08a66bfb2d4ef967 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Mon, 4 Feb 2019 23:39:59 +0000 Subject: [PATCH] drop unused deprecated module 'sphinx.ext.pngmath' Bug-Debian: https://bugs.debian.org/918828 Gbp-Pq: Name sphinx.patch --- doc/sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 475318a..a6a850e 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -22,7 +22,7 @@ import sys, os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.pngmath'] +extensions = [] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- 2.30.2